
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/justinclift/tinygo-webgl-fundamentals-lesson-4
This is the 4th lesson of the WebGL Fundamentals code, ported from Javascript to TinyGo:
https://webglfundamentals.org/
Running demo:
https://justinclift.github.io/tinygo-webgl-fundamentals-lesson-4/
To compile the WebAssembly file:
$ tinygo build -target wasm -no-debug -o docs/wasm.wasm main.go
To strip the custom name section from the end (reducing file size further):
$ wasm2wat docs/wasm.wasm -o docs/wasm.wat
$ wat2wasm docs/wasm.wat -o docs/wasm.wasm
$ rm -f docs/wasm.wat
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.