Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yoga-wasm-web

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

yoga-wasm-web - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

dist/index.js

@@ -1,1 +0,1 @@

import a from"./entry.js";import i from"./yoga.mjs";function s(n,t){return t}async function u(n){let t=await i({instantiateWasm(r,o){let e=new WebAssembly.Instance(n,r);return o(e),e.exports},locateFile(){return""}});return a(s,t)}export{u as default};
import i from"./entry.js";import o from"./yoga.mjs";function s(n,t){return t}async function c(n){let t=await o({instantiateWasm(e,r){return WebAssembly.instantiate(n,e).then(({instance:a})=>{r(a)}),{}},locateFile(){return""}});return i(s,t)}async function l(n){let t=await o({instantiateWasm(e,r){return WebAssembly.instantiateStreaming(n,e).then(({instance:a})=>{r(a)}),{}},locateFile(){return""}});return i(s,t)}export{c as default,l as initStreaming};
{
"name": "yoga-wasm-web",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",
"types": "index.d.ts",
"typings": "index.d.ts",
"type": "module",
"scripts": {

@@ -9,0 +8,0 @@ "build": "make && node build.js"

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