0.0.9 • Published 5 years ago

dummy-worker v0.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

dummy-worker

This is a proof of concept library used to find a way to configure build to achieve inlining of both web worker and webassembly into library js bundle. This "library" can be used, for example, in your react app like this:

import React from "react";
import { logWorker } from 'dummy-worker'

function App() {
  // creates a web worker which instantiates and uses a wasm module
  logWorker() 
  return <h1>Hello WW and WASM</h1>;
}

export default App;

It does nothing but print some messages in console.

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago