New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cpp-wasm-loader

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpp-wasm-loader - npm Package Versions

2

0.9.0

Diff

clicksimply
published 0.8.3 •

Changelog

Source

0.8.3 8/18/2018

  • Fixed a few nodeJS specific errors.
  • Fixed undefined function error.
clicksimply
published 0.8.2 •

Changelog

Source

0.8.2 8/16/2018

  • Fixed NodeJS error.
  • Added check for nodejs builds.
  • Fixed emccArgs bug.
clicksimply
published 0.8.1 •

Changelog

Source

0.8.1 8/16/2018

  • The C file is no longer copied to a temporary directory, allowing it to reference other files in the project.
clicksimply
published 0.8.0 •

Changelog

Source

0.8.0 8/16/2018

  • Readme updates.
  • Now supports emscripten complete environments. They take up WAY more space but provide complete feature support. The feature is enabled with the new config option fullEnv.
  • Changed config options to make more sense:
  1. noWasm is now wasm and works the opposite of before.
  2. loadAsmjs is now asmjs and works just as before.
  3. disableMemoryClass is now memoryClass and works the opposite of before.
clicksimply
published 0.7.9 •

Changelog

Source

0.7.9 - 8/12/2018

  • Fixed an issue with loader options.
clicksimply
published 0.7.8 •

Changelog

Source

0.7.8 - 8/12/2018

  • Added raw property to promise result, contains the complete returned value from the webassembly initialization.
  • Added asm.js support. You can now optionally include asm.js code in the bundle that will be loaded in the place of webassembly if webassembly isn't available. Allows native code to work back to IE10.
  • Added a noWasm option to omit Webassembly from builds entirely.
  • Changed externalWasm option to fetchFiles, works on both asmjs and wasm code now.
clicksimply
published 0.7.7 •

Changelog

Source

0.7.7 - 8/10/2018

  • A few small bugfixes.
  • Added README stuff.
clicksimply
published 0.7.6 •

Changelog

Source

0.7.6 - 8/9/2018

  • Added fallback to instantiate if instantiateStreaming isn't available.
  • Removed more code if disableMemoryClass is enabled.
  • Added externalWasm option to allow switching between embedding the wasm into javascript or delivering it separately.
clicksimply
published 0.7.5 •

Changelog

Source

0.7.5 - 8/8/2018

  • Added struct ability to memory class.
  • Added disableMemoryClass option to webpack config.
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc