0.0.9 • Published 4 years ago

dummy-worker v0.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
4 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

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago